home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist TXPROG.INI goto oops
- echo ─────────────────────────────────────────────────────────────────────
- echo This demo shows a KWIKSTAT 3─D Visualization/Spin plot.
- echo When the plot is displayed, press ESC to exit, or press a spin
- echo direction key (arrows) to stop the spin.
- echo ─────────────────────────────────────────────────────────────────────
- echo This is an example of how you can replay a "GRF" plot you have
- echo created using this KWIKSTAT program. The "spin" is best when used on
- echo a fast PC. If you are using a slower PC (particularly an 8088 or 286),
- echo the spin will be less effective.
- echo ─────────────────────────────────────────────────────────────────────
- echo IMPORTANT: If you have defined a default data directory other than
- echo the current directory, you need to copy the file DEMOSPIN.GRF to
- echo that directory before this demo will work.
- echo ─────────────────────────────────────────────────────────────────────
- pause
- TXSPIN DEMOSPIN /D:01000103
- goto thatsall
- :oops
- echo ─────────────────────────────────────────────────────────────────────
- echo You must install this program first, before running the demo.
- echo ─────────────────────────────────────────────────────────────────────
- :thatsall
-